Type IterableIterator[number, Module] is not an array type or a string type. Use compiler option --downlevelIteration to allow iterating of iterators.

161

Type 'IterableIterator<[number, Module]>' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators. -

{
  "compilerOptions": {
    "target": "es5",
    "downlevelIteration": true
  }
}

Comments

Submit
0 Comments